home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / tcp_ip / jnos / docs110 / nos.bat < prev    next >
DOS Batch File  |  1994-02-18  |  2KB  |  47 lines

  1. @ECHO OFF
  2. :LOOP
  3.  
  4. REM  ---------------------------------------------------------------
  5. REM |  Change to the correct drive, and delete any unwanted files.  |
  6. REM  ---------------------------------------------------------------
  7. E:
  8. CD \
  9. IF EXIST  E:\NOS\SPOOL\MAIL\*.LCK     DEL E:\NOS\SPOOL\MAIL\*.LCK
  10. IF EXIST  E:\NOS\SPOOL\MAIL\*.BAK     DEL E:\NOS\SPOOL\MAIL\*.BAK
  11. IF EXIST  E:\NOS\SPOOL\MQUEUE\*.LCK   DEL E:\NOS\SPOOL\MQUEUE\*.LCK
  12.  
  13. REM  -------------------------------
  14. REM |  Set environment information  |
  15. REM  -------------------------------
  16. SET HOME=E:\NOS
  17. SET MAILER=E:\NOS\BM\BMH.EXE
  18. SET TMP=E:\NOS\TMP
  19. SET TZ=UTC
  20. SET TA=EDT4
  21. SET USER=N8WEI
  22.  
  23. REM  -------------------------------------------------------------------
  24. REM |  Change to the directory that we want to default to when ftp'ing  |
  25. REM  -------------------------------------------------------------------
  26. CLS
  27. CD \NOS\PUB\INCOMING
  28.  
  29. REM  ------------------------------------------------------
  30. REM |  Load the AX.25 KISS driver for the BayCom BayMod-9  |
  31. REM  ------------------------------------------------------
  32. E:\NOS\BIN\AX252 -I4p -B3f8 -b1200 -h1100 -cd -T40 -s60 -p255 -t20 -S
  33.  
  34. REM  ----------------------------------------
  35. REM |  Run NOS with the proper config files  |
  36. REM  ----------------------------------------
  37. E:\NOS\BIN\WEIX15.EXE -d /NOS /NOS/N8WEI.NET
  38.  
  39. REM  ------------------------------------------------------
  40. REM |  Terminate the AX.25 Packet Driver upon exiting NOS  |
  41. REM  ------------------------------------------------------
  42. TERMIN 0X60
  43.  
  44. DELAY 37 "WG7J-NOS  Version 1.10x15"
  45. IF ERRORLEVEL 1 GOTO LOOP
  46. RESET.COM
  47.